pointer variable

英 [ˈpɔɪntə(r) ˈveəriəbl] 美 [ˈpɔɪntər ˈveriəbl]

网络  指针变量; 指标变数

计算机



双语例句

  1. The function primarily used for this is pthread_cond_wait(). It takes two arguments; the first is a pointer to a condition variable, and the second is a locked mutex.
    函数pthreadcondwait()主要就是用于阻塞线程的,它有两个参数;第一个是一个指向条件变量的指针,第二个是一个锁定了的互斥量。
  2. A pointer to a variable of this type is passed to the process_args() function, and on return, the variable contains values obtained from arg processing.
    指向该类型变量的指针被传递到processargs()函数,返回该指针时,它包含从参数处理过程获得的值。
  3. However, it is the interaction of these two functions and using a global pointer variable called namestr that causes both the leak and the dangling pointer.
    然而,它是这两个函数的相互作用,利用一个全球性的指针变量叫做namestr,它会导致渗漏和不断摆动的指针。
  4. So, in this function, we are using the back chain pointer, the link register save area, and one local variable.
    所以,在这个函数中,我们使用了回链指针、链接寄存器保存区和一个本地变量。
  5. Gets the current file row pointer, stored as an object but used as an integer, from the global variable in the data area for the test engine ( this will be set up later)
    从测试引擎(稍后就会安装它)数据区域中的全局变量获取当前最为结果储存但是当作整数使用的文件行指针。
  6. LpPreviousCount is the pointer to the variable where the previous semaphore count is returned.
    lpPreviousCount是指向上一个信号量计数器返回时的变量的指针。
  7. These macros each take a value and a pointer to a variable.
    这两个宏都包含一个值以及一个指向变量的指针。
  8. Sequential arrays are processed by the VariablePersister function, creating a variable identified as the same name of the VariablePersister class created from the template suffixed with_POINTER.
    序列数组由ariablePersister函数处理,创建一个与VariablePersister类相同名字的变量,该类创建自以POINTER为后缀的模板。
  9. I've allocated a variable, it happens to be a pointer; it's still a variable, who know what's in it, right?
    我分配了一个变量,它碰巧是一个指针,它还是一个变量,谁知道它里面是什么?
  10. Using a pointer we can directly access the value stored in the variable which it points to.
    使用指针我们可以立即访问到存储在它所指向的变量中的值。
  11. Pointer is a special variable that stores the value which is interpreted as a memory address.
    指针是一个特殊的变量,它里面存储的数值被解释成为内存里的一个地址。
  12. Dynamical storage of array was completed using pointer variable though the length of array is changeless;
    数组的长度是固定,但可借助指针变量来实现数组的动态存储;
  13. ATL, in fact, simply stores the IUnknown pointer to a member variable called m_spUnkSite.
    ATL实际上仅仅把一个IUnknown接口指针存储在成员变量mspUnkSite中。
  14. Illegal explicit cast to a pinning pointer; use a pinned local variable instead
    显式转换为钉住指针非法;改用钉住的局部变量
  15. A pointer to a variable that receives flags associated with the specified file system.
    指向存储指定驱动器属性值的变量的指针。
  16. A pointer to a variable that receives the volume serial number.
    指向存储驱动器序列号的变量的指针。
  17. Compilation and Running of Pointer Variable
    指针变量的编译和运行
  18. Explains the concept of second rank pointer, divides the second rank pointer into two conditions, which are the pointer indicating to variable and those indicating to array, discusses the difference between second rank pointer variable and second rank pointer data, and their usage.
    阐述了二级指针的概念,把二级指针分成指向指针变量的指针和指向数组的指针两种情况,讨论了二级指针变量与二级指针数据的用法与区别。
  19. The Statement on Usage of Double Pointer Variable in C Programming Language
    试论双重指针变量在C语言程序设计中的使用
  20. The essay introduces the author's application of the dual-information of pointer variable in C-language in helping the students to comprehend and adopt pointer variable correctly.
    介绍了作者在C语言教学中,运用指针变量的双重信息来帮助学生对指针变量这一概念的理解及正确引用。
  21. The analysis of pointer variable and inter procedure data is one of the key problem in the whole program analysis of nested language.
    对指针变量以及过程间的数据的分析是嵌套式语言全程分析的关键问题之一。
  22. The paper describes a data structure based on array with a pointer in its index variable for static binary tree, which saves space and does not spent more time in search operating than what we are known.
    本文提出了一种表示静态二叉树单指针数组的方法,和传统方法相比,这一方法节省空间,而且作查找操作并不费时。
  23. On the dual-informative role of pointer variable of C-language in pointer Teaching
    C语言中指针变量的双重信息在指针教学中的作用
  24. In order to statically analyze buffer overflow, efficient and precise pointer analysis must be performed to make certain what target buffer a pointer variable point to.
    为了进行静态缓冲区溢出分析,必须首先进行高效而精确的指针分析,以确定指针可能指向的目标缓冲区。
  25. Static Analysis of Pointer-related Path with Variable Relationship Graph and Symbolic Execution
    基于变量关系图和符号执行的指针相关路径分析
  26. So we can understand and master array name as parameter together with ordinary variable and pointer variable as parameter.
    使得数组名作函数参数和普通变量、指针变量作函数参数可以统一起来理解、掌握。
  27. A prototype tool has been developed. It integrates three typical data flow analysis techniques: null pointer dereference analysis, integer variable value interval analysis and the single-linked list reachability analysis, and offer the ability to interact with users.
    本文实现了一个分析工具原型,它将空指针解引用分析技术、整型变量取值范围分析技术、单链表可达性分析技术整合到一起,并允许使用者进行人工干预。